home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbpxen / vvabout.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-10-23  |  2.5 KB  |  77 lines

  1. VERSION 2.00
  2. Begin Form vvabout 
  3.    Caption         =   "About Visual Video Demo"
  4.    ClientHeight    =   4020
  5.    ClientLeft      =   840
  6.    ClientTop       =   2745
  7.    ClientWidth     =   7365
  8.    Height          =   4425
  9.    Left            =   780
  10.    LinkMode        =   1  'Source
  11.    LinkTopic       =   "Form1"
  12.    ScaleHeight     =   4020
  13.    ScaleWidth      =   7365
  14.    Top             =   2400
  15.    Width           =   7485
  16.    Begin CommandButton Command1 
  17.       Caption         =   "OK"
  18.       FontBold        =   -1  'True
  19.       FontItalic      =   0   'False
  20.       FontName        =   "MS Sans Serif"
  21.       FontSize        =   13.5
  22.       FontStrikethru  =   0   'False
  23.       FontUnderline   =   0   'False
  24.       Height          =   855
  25.       Left            =   240
  26.       TabIndex        =   4
  27.       Top             =   360
  28.       Width           =   1095
  29.    End
  30.    Begin Label Label4 
  31.       Caption         =   "9152 Brabham Drive, Huntington Beach, CA 92646"
  32.       Height          =   735
  33.       Left            =   1560
  34.       TabIndex        =   3
  35.       Top             =   2760
  36.       Width           =   2175
  37.    End
  38.    Begin Label Label3 
  39.       Caption         =   "Written by Steve Jackson, October 1991"
  40.       FontBold        =   -1  'True
  41.       FontItalic      =   0   'False
  42.       FontName        =   "MS Sans Serif"
  43.       FontSize        =   9.75
  44.       FontStrikethru  =   0   'False
  45.       FontUnderline   =   0   'False
  46.       Height          =   375
  47.       Left            =   1560
  48.       TabIndex        =   2
  49.       Top             =   2400
  50.       Width           =   4575
  51.    End
  52.    Begin Label Label2 
  53.       Caption         =   "This program is a demo of Visual Basic and the Paradox engine.  It is NOT meant to be a commercially viable application - just some examples of how to use the engine with Visual Basic.  Source code is free to all."
  54.       Height          =   975
  55.       Left            =   1680
  56.       TabIndex        =   1
  57.       Top             =   1080
  58.       Width           =   3975
  59.    End
  60.    Begin Label Label1 
  61.       Caption         =   "Visual VIdeo Demo Program"
  62.       FontBold        =   -1  'True
  63.       FontItalic      =   -1  'True
  64.       FontName        =   "MS Sans Serif"
  65.       FontSize        =   13.5
  66.       FontStrikethru  =   0   'False
  67.       FontUnderline   =   0   'False
  68.       Height          =   495
  69.       Left            =   1560
  70.       TabIndex        =   0
  71.       Top             =   480
  72.       Width           =   5655
  73.    End
  74. Sub Command1_Click ()
  75.     Unload vvabout
  76. End Sub
  77.